news:comp arch embedded - определение. Что такое news:comp arch embedded
Diclib.com
Словарь онлайн

Что (кто) такое news:comp arch embedded - определение

OPERATING SYSTEM
Embedded operating systems; Embedded OS

embedded system         
  • website=Electronic Frontier Foundation}}</ref>
  • e-con Systems eSOM270 & eSOM300 Computer on Modules
  • Embedded system [[text user interface]] using MicroVGA<ref group="nb" name="MicroVGA">For more details of MicroVGA see this [http://www.microvga.com/pdf/uvga-text-ds.pdf PDF].</ref>
  • A close-up of the SMSC LAN91C110 (SMSC 91x) chip, an embedded [[Ethernet]] chip
COMPUTER SYSTEM WITH A DEDICATED FUNCTION WITHIN A LARGER MECHANICAL OR ELECTRICAL SYSTEM.
Embeded computer; Embedded computer; Embedded device; Embedded devices; Embedded processor; Embedded Systems; Embedded System; Embeded system; Embeded System; Embedded computers; Special purpose computer; Vehicle electronics; Embedded system overview; Embedded Devices; Imbedded system; Special-purpose computer; Embedded control; Embedded Computing; Embedded computing; T.E.C.; Embedded engineer; Embedded system testing; Embedded hardware; Embedded systems; Embedded computer system; Applications of embedded systems; History of embedded systems; Industrial computer; Embedded computer systems
<computer> Hardware and software which forms a component of some larger system and which is expected to function without human intervention. A typical embedded system consists of a single-board microcomputer with software in ROM, which starts running some special purpose application program as soon as it is turned on and will not stop until it is turned off (if ever). An embedded system may include some kind of operating system but often it will be simple enough to be written as a single program. It will not usually have any of the normal peripherals such as a keyboard, monitor, serial connections, mass storage, etc. or any kind of user interface software unless these are required by the overall system of which it is a part. Often it must provide real-time response. Usenet newsgroup: news:comp.arch.embedded. (1995-04-12)
Embedded system         
  • website=Electronic Frontier Foundation}}</ref>
  • e-con Systems eSOM270 & eSOM300 Computer on Modules
  • Embedded system [[text user interface]] using MicroVGA<ref group="nb" name="MicroVGA">For more details of MicroVGA see this [http://www.microvga.com/pdf/uvga-text-ds.pdf PDF].</ref>
  • A close-up of the SMSC LAN91C110 (SMSC 91x) chip, an embedded [[Ethernet]] chip
COMPUTER SYSTEM WITH A DEDICATED FUNCTION WITHIN A LARGER MECHANICAL OR ELECTRICAL SYSTEM.
Embeded computer; Embedded computer; Embedded device; Embedded devices; Embedded processor; Embedded Systems; Embedded System; Embeded system; Embeded System; Embedded computers; Special purpose computer; Vehicle electronics; Embedded system overview; Embedded Devices; Imbedded system; Special-purpose computer; Embedded control; Embedded Computing; Embedded computing; T.E.C.; Embedded engineer; Embedded system testing; Embedded hardware; Embedded systems; Embedded computer system; Applications of embedded systems; History of embedded systems; Industrial computer; Embedded computer systems
An embedded system is a computer system—a combination of a computer processor, computer memory, and input/output peripheral devices—that has a dedicated function within a larger mechanical or electronic system. It is embedded as part of a complete device often including electrical or electronic hardware and mechanical parts.
Embedded cluster         
  • X-ray view of Orion showing the Trapezium embedded cluster.
STELLAR OBJECT CLUSTER
Embedded clusters; Embedded stellar cluster
Embedded stellar clusters, or simply embedded clusters (EC), are open clusters that are still surrounded by their progenitor molecular cloud.

Википедия

Embedded operating system

An embedded operating system is an operating system for embedded computer systems. Embedded operating systems are computer systems designed to increase functionality and reliability for achieving a specific task. Resource efficiency comes at the cost of losing some functionality or granularity that larger computer operating systems provide, including functions that may not be used by the specialized applications run. Depending on the method used for multitasking, this type of OS is frequently considered a real-time operating system or RTOS. Embedded systems are mostly used as Real-time operating systems.

All embedded systems contain a processor and software. There must be a place for embedded software to store the executable code and temporary storage for run-time data manipulations. These take the form of ROM and RAM, respectively. All embedded systems must also contain some form of inputs and outputs to function. Within the exception of these few common features, the rest of the embedded hardware is usually unique and varies from application to application. The hardware running an embedded operating system can be very limited in resources; therefore the embedded design of these operating systems may have a narrow scope tailored to a specific application to achieve the desired operation under these constraints. The embedded operating system that organizes and controls the hardware usually determines the rest of the embedded hardware needed.

To take better advantage of the processing power of the CPU, software developers may write critical code directly in assembly. This machine efficient language can potentially result in gains in speed and determinism at the cost of portability and maintainability. Often, embedded operating systems are written entirely in more portable languages, like C, however.

An important difference between most embedded operating systems and desktop operating systems is that the application, including the operating system, is usually statically linked into a single executable image. Unlike a desktop operating system, the embedded operating system does not load and execute many applications. This means that the system is only able to run a few application(s).